-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mill build system #154
Mill build system #154
Conversation
Can you please add a .mill_version file so that we all use the same version? And then it does not build the antlr sources, so fails to compile at: import Parser.* |
I'm using the same mill version but the config for the antlr sources was wrong. I added the mill-version file. |
Works nicely now thanks :-) Can you please add a couple of sentences to readme.md to tell people how to use mill? And maybe we should install and commit the ./mill bootstrap script (I used https://github.com/lefou/millw) so that everyone can easily use mill? There is a windows millw.bat there too. I cannot see any mill plugins for IntelliJ, but personally I'm happy to run ./mill from the command line. What IDE support do you think others might want? |
I mainly use intellij and Mill is supposed to have build server protocol support and intellij project generation, https://mill-build.com/mill/Installation_IDE_Support.html#_intellij_idea_support I want to at least check that connecting the debugger in intellij still works. I don't tend to use VSCode, I'm not sure what integration to expect there. |
(merged into staging)
Setup the project and tests with mill build system
It seems slightly faster and the command system is much easier to use than SBTs so we could hopefully migrate some of the ad-hoc scripts to the build config eventually
This doesn't remove SBT yet they both seem to coincide ok but we should drop sbt at some point.